Getting started
===============

To start mapping import the MatchPoint library and create a :class:`.MatchPoint` class.

.. code-block:: python

    import matchpoint as mp
    reg = mp.MatchPoint()

